From: Glenn Morris Date: Wed, 8 Aug 2007 07:33:26 +0000 (+0000) Subject: Replace `iff' in doc-strings and comments. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~1885 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=beccf4b19ac7549532e04bc153fb31ac0ce9efea;p=emacs.git Replace `iff' in doc-strings and comments. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 09167d674eb..33026451722 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -2436,7 +2436,7 @@ target of the symlink differ." res-size ;; 8. File modes, as a string of ten letters or dashes as in ls -l. res-filemodes - ;; 9. t iff file's gid would change if file were deleted and + ;; 9. t if file's gid would change if file were deleted and ;; recreated. Will be set in `tramp-convert-file-attributes' t ;; 10. inode number. @@ -7028,7 +7028,7 @@ Not actually used. Use `(format \"%o\" i)' instead?" (and (tramp-file-name-p obj) (aref obj 4))) (defun tramp-tramp-file-p (name) - "Return t iff NAME is a tramp file." + "Return t if NAME is a tramp file." (save-match-data (string-match tramp-file-name-regexp name)))